Initialize(List<string>) Method

Summary
Initializes a ServiceAdministrator object with a specific list of services.
Syntax
C#
VB
C++
public bool Initialize( 
   List<string> services 
) 
Public Overloads Function Initialize( _ 
   ByVal services As List(Of String) _ 
) As Boolean 
public: 
bool Initialize(  
   List<String^>^ services 
)  

Parameters

services
The list of services that is instance of service administrator will control. The list should consist of the Service name.

Return Value

true if the ServiceAdministrator object was successfully intialized.

Requirements

Target Platforms

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.